chore(pr-bot): swap claude code for coderabbit as the reviewer#507
Merged
Conversation
CodeRabbit (free for this public repo, configured in .coderabbit.yaml) reviews every pr; the paid claude-code-action is removed. auto-merge no longer runs an ai verify step — the owner arms it (auto-merge label or /auto-merge comment) and a non-core pr merges once ci + trust-gate are green, with codeowners still gating core. drops pr-verify.yml, the pr-verify environment, and the anthropic api key.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
plind-junior
enabled auto-merge (rebase)
July 16, 2026 07:28
plind-junior
disabled auto-merge
July 16, 2026 07:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
swaps the paid claude-code-action for CodeRabbit as vouch's ai pr reviewer
(free for this public repo), and simplifies the merge gate accordingly.
what changes:
.coderabbit.yaml— CodeRabbit reviews every non-draft pr automatically,with path instructions pointing at the review-gate invariant and the workflow
security rules. advisory (it comments; it does not block merges).
pr-verify.yml, thepr-verifyenvironment, and the anthropic api key. no paid model is in the loop.
/auto-merge), thebot classifies core vs non-core, and a non-core pr merges once
ci+trust-gatego green. core still routes to codeowners (you). ui-screenshotgate and trust-gate are unchanged.
net: pr review cost goes from paid claude tokens per labeled pr to $0.
owner action: install the CodeRabbit github app on the repo (the yaml just
configures it). the report-only claude sweep in #504 can be closed — CodeRabbit
reviews the backlog automatically.
lints clean (zizmor + actionlint).